NDepend.API Documentation
Sum<T>(IEnumerable<T>,Func<T,AnnualInterest>) Method
NDepend.TechnicalDebt Namespace > ExtensionMethodsDebtUsableInCQLinq Class > Sum Method : Sum<T>(IEnumerable<T>,Func<T,AnnualInterest>) Method
The generic type of elements of seq
This sequence that contains objects that are projected to AnnualInterest values to sum, through the function projecter
The function that projects T objects to AnnualInterest values
Sum the values of all AnnualInterest values obtained from elements of the sequence seq through the function projecter.
Syntax

Parameters

seq
This sequence that contains objects that are projected to AnnualInterest values to sum, through the function projecter
projecter
The function that projects T objects to AnnualInterest values

Type Parameters

T
The generic type of elements of seq
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsDebtUsableInCQLinq Class
ExtensionMethodsDebtUsableInCQLinq Members
Overload List